home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Applications / JPEG Convert 1.0 / JPEG Convert-release notes < prev    next >
Text File  |  1993-02-27  |  4KB  |  89 lines

  1. JPEG Convert - release notes
  2. The Macintosh specific portion of JPEG Convert is written by James H. Brunner
  3. The JPEG code is compliments of Tom Lane and the Independent JPEG Group
  4.  
  5. 1.0
  6. ===
  7. Changed the mysterious "Calculating text" message to display a WF logo.
  8.  
  9. No known bugs at time of release.
  10.  
  11. 1.0b2
  12. ====
  13. Fixed problem with centering of "Replace OK?" dialog for system 6.
  14. Fixed AE code to dispose of the AE desc after using.
  15. Added boolean for FSSpec support.
  16. Removed/replaced FSSpec calls for compatibility with system 6.
  17. Added ICON for dialogs on systems without color QD.
  18. Shrunk CJPEG and DJPEG dialogs to fit on small MacScreen.
  19. Added "Calculating text..." message in about box (delays were too long on slow Macs).
  20. Fixed bug.  User was asked "OK to replace?" if he hit cancel in the CJPEG/DJPEG dialog.
  21. Changed compile notes to move "MacTraps2" into the segment with ANSI.
  22. Corrected a multi-finder (sys6) problem where initial dialog was displayed in back.
  23. Corrected a system 6 problem with the font in the progress window.
  24. Unhighlighted menu bar before processing on Open... and the like.
  25.  
  26. 1.0b1
  27. ====
  28. Fixed code to delete zero-k artifact files when an error occurs during conversion.
  29. Dimmed check-boxes in CJPEG and DJPEG dialogs are now gray on a color monitor instead of dithered.
  30. Now set file type before closing file so that finder displays correct icon without having to "Get Info".
  31. Changed standard output dialog to default to the directory that the first dropped file came from.
  32. Updated standard header comments.  Added comments throughout the code.
  33. Changed the names of the source files to be consistent with the registered application name.
  34. Fixed a bug that hitting ESC in one of the dialogs would not hit cancel button.
  35. Created a document describing how to build the application.
  36. Added preferences dialog to allow user to change file types and creators, etc.  This includes:
  37.           Creation of prefs file.
  38.           Addition of icon for prefs file.
  39.           Support throughout code for prefs file.
  40. Updated progress monitor to save location in prefs file.
  41. Completely re-wrote the About box.
  42. Fixed the dialog centering code for system 6.
  43.  
  44. No known bugs.
  45.  
  46. No known deficiencies.
  47.  
  48. 1.0a3
  49. ====
  50. Fixed overwriting of existing files.  Replaced dialog entry of the file name with a button that calls
  51.     standard file.  Standard file will check for replacement.  If the user does not change the name, an OK
  52.     to replace dialog (I stole it from the system) will be displayed (if the file already exists) when the
  53.     user hits the OK button.
  54. Added icons and file types for output files.  Using the standard 'JPEG' and 'GIFf' types as well as new
  55.     files types 'RLE ', 'PPM ', & 'TARG'.  The creator is properly set.
  56. Misc balloon help updates:  MENUs and Finder.
  57. Interface is 32-bit compatible so the size flags can be set to '58C0' (it always was, but I didn't know it).
  58. Changed error dialog a bit.
  59. Corrected problem with program quitting automatically (after processing) if started by
  60.     double-clicking and then a document is dropped.
  61. Fixed program to display intro screen when double-clicked for pre-system 7 machines.
  62.  
  63. No known bugs.
  64.  
  65. Known deficiencies:
  66. No method for the user to set file type and creator for output files.
  67. Documentation poor/incomplete (at best) for building application.
  68.  
  69. 1.0a2
  70. ====
  71. Completed support for older versions of the system (System 6, 5, ...) [I think]
  72. Fixed memory calculation to use available memory in application heap zone before creating a temp file.
  73. Fixed "nointerleave" to be dimmed in the CJPEG dialog (this was actually a bug in Tom Lane's code.  It
  74.     appeared as a valid option in his CJPEG as well even though it is not available.  He has added a new
  75.     #define switch for this.  You don't need a new copy of the IJG software since it will be properly
  76.     undefined in the version you have.)
  77. Completed balloon help on CJPEG & DJPEG dialogs.
  78.  
  79. Known bugs:
  80. Program will overwrite an existing output file without warning!
  81.  
  82. Known deficiencies:
  83. No method for setting file type and creator for output files.
  84. Documentation poor/incomplete (at best for building application).
  85. No balloon help on application icon or on menus.
  86.  
  87. 1.0a1
  88. ====
  89. Initial (incomplete/buggy) alpha release